Papers with neural network system
Triad-based Neural Network for Coreference Resolution (C18-1)
Copied to clipboard
| Challenge: | Entity coreference resolution aims to identify mentions that refer to the same entity. |
| Approach: | They propose a triad-based neural network system that generates affinity scores between entity mentions for coreference resolution. |
| Outcome: | The proposed system generates affinity scores between mentions for coreference resolution. |
Simple Large-scale Relation Extraction from Unstructured Text (L18-1)
Copied to clipboard
| Challenge: | Knowledge-based question answering relies on the availability of facts, most of which cannot be found in structured sources. |
| Approach: | They propose a method for creating distant (weak) supervision labels for training a large-scale RE system by decoupling the model architecture from the feature design of a state-of-the-art neural network system. |
| Outcome: | The proposed method performs on par with the state-of-the-art model with similar features at 75x reduction in training time. |
A Joint Model for Structure-based News Genre Classification with Application to Text Summarization (2021.findings-acl)
Copied to clipboard
| Challenge: | Existing models for structure-based news genre classification identify news structure types and news elements . authors show that the model outperforms variants that perform two tasks independently . |
| Approach: | They propose a joint model that identifies one of four commonly used news structures for a news article and recognizes a sequence of news elements within the article that define the corresponding news structure. |
| Outcome: | The proposed model outperforms variants that perform two tasks independently . it predicts news structure type and news elements and improves text summarization . |